DROP table tblentjgo
DROP table reljgousu
CREATE TABLE tblentjgo(idnentjgo int primary key auto_increment,fecha date NOT NULL,tblnomjgo tinytext COLLATE utf8_spanish2_ci) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish2_ci;
CREATE TABLE reljgousu (idnentjgo int,idnentusu int,jgousupts int) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_spanish2_ci;